docs: fix typos in class names
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Mon, 20 Jan 2014 22:25:57 +0000 (17:25 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Mon, 20 Jan 2014 23:27:29 +0000 (18:27 -0500)
gdk/gdkwindow.c

index b83bb0f24225a0bdcc1bc61ed86f969e2be68599..db119c878e69c5c1ee905e4cdddea4ed9ce6fa40 100644 (file)
@@ -363,7 +363,7 @@ gdk_window_class_init (GdkWindowClass *klass)
    * The ::to-embedder signal is emitted to translate coordinates
    * in an offscreen window to its embedder.
    *
-   * See also #GtkWindow::from-embedder.
+   * See also #GdkWindow::from-embedder.
    *
    * Since: 2.18
    */
@@ -394,7 +394,7 @@ gdk_window_class_init (GdkWindowClass *klass)
    * The ::from-embedder signal is emitted to translate coordinates
    * in the embedder of an offscreen window to the offscreen window.
    *
-   * See also #GtkWindow::to-embedder.
+   * See also #GdkWindow::to-embedder.
    *
    * Since: 2.18
    */